Surprise Me!

How to List All Windows Features Using CMD & PowerShell ⚡💻 | Step-by-Step Tutorial

2024-12-12 4 Dailymotion

#WindowsFeatures #CMD #PowerShell #techtutorial <br /><br />Explore how to list all Windows features easily using CMD and PowerShell in this step-by-step tutorial! Whether you're a tech enthusiast or an IT professional, understanding Windows features is crucial for efficient system management. 💻🔧<br /><br />📌 In this video, we'll guide you through:<br />1️⃣ Listing all features with CMD.<br />2️⃣ Using PowerShell to list enabled and disabled features.<br /><br />Detailed Article on: https://winsides.com/how-to-list-available-windows-features-cmd-powershell/<br /><br />📋 Commands Used:<br /><br />CMD Command:<br />dism /online /get-features<br /><br />PowerShell Command:<br />Get-WindowsOptionalFeature -Online<br /><br />Sort out Enabled Features in PowerShell:<br />Get-WindowsOptionalFeature -Online | Where-Object {$_.State -eq 'Enabled'}<br /><br />Sort out Disabled Features in PowerShell:<br />Get-WindowsOptionalFeature -Online | Where-Object {$_.State -eq 'Disabled'}<br /><br /><br />Subscribe to Winsides.com for more tech tutorials, troubleshooting tips, and system management tricks.<br /><br />#Winsides #WindowsManagement #DISMCommand #WindowsOptionalFeatures #SystemAdmin #WindowsTips #TechTips #TroubleshootingWindows #ITProfessional #EnableFeatures #DisableFeatures #LearnTech #SystemConfiguration #WindowsServer #Windows10 #Windows11 #WindowsFeaturesList #TechEducation #WindowsCustomization #SystemHacks #AdminTools

Buy Now on CodeCanyon